Search
WeekRangeSettings.setHeaderStyle Method
See Also
 






Sets the style of the time-period header, displayed above the day-names header.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setHeaderStyle (
    EnumSet<WeekRangeHeaderStyle> value
)

 Parameters

value

One of the WeekRangeHeaderStyle constants. Set to null to use the corresponding value from the current theme.

 See Also